home *** CD-ROM | disk | FTP | other *** search
/ Sony Ericsson PC Suite K510 / PC Suite.iso / Drivers / USB Cable / v800obx2.inf < prev    next >
Encoding:
INI File  |  2005-07-07  |  4.8 KB  |  144 lines

  1. ;*****************************************************************************
  2. ;
  3. ; Name:  v800obx2.inf
  4. ;
  5. ; Function:
  6. ;    Install the Sony Ericsson V800-Vodafone 802SE USB WMC OBEX Interface on Win2000/XP
  7. ;
  8. ; Copyright (c) 1997-2004 MCCI
  9. ;
  10. ; MCCI is a registered trademark of Moore Computer Consultants, Inc
  11. ;
  12. ; NOTICE: This software is licensed, not sold.  Any modification of this
  13. ; inf file to change the reference to an operating system or to change the
  14. ; reference to a device is not permitted unless authorized in writing by
  15. ; Moore Computer Consultants, Inc.
  16. ;
  17. ;*****************************************************************************
  18.  
  19. [Version]
  20. signature="$WINDOWS NT$"
  21. Class=Ports
  22. ClassGuid={4D36E978-E325-11CE-BFC1-08002BE10318}
  23. Provider=%Provider%
  24. DriverVer=08/09/2004, 4.22.0.2700
  25. CatalogFile=v800obex.cat
  26.  
  27. [ControlFlags]
  28. ExcludeFromSelect = *
  29.  
  30. [SourceDisksNames]
  31. ; diskid = description[, [tagfile] [, <unused>, subdir]]
  32. 1=%DiskString%,"v800obex.sys",,
  33.  
  34. [SourceDisksFiles]
  35. ; filename = diskid[,[ subdir][, size]]
  36. v800obex.sys = 1
  37. v800cmnt.sys = 1
  38.  
  39. ;-----------------------------------------------------------------------------
  40. ; Specify target paths...
  41. ;-----------------------------------------------------------------------------
  42.  
  43. [DestinationDirs]
  44. DefaultDestDir = 12                    ; system32\drivers
  45.  
  46. ;-----------------------------------------------------------------------------
  47. ; Table of Contents
  48. ;-----------------------------------------------------------------------------
  49. [Manufacturer]
  50. %Sony Ericsson%=SEMCV800-V802SE
  51.  
  52. ;-----------------------------------------------------------------------------
  53. ; Device-by-device entries
  54. ;-----------------------------------------------------------------------------
  55. [SEMCV800-V802SE]
  56. %SEMCV800-V802SE.Comm.Desc% = SEMCV800-V802SE.Install, USB\VID_0FCE&PID_D008&Class_02&SubClass_0B&Prot_00&OS_NT
  57.  
  58. ;-----------------------------------------------------------------------------
  59. ; Installation instructions
  60. ;-----------------------------------------------------------------------------
  61.  
  62. [SEMCV800-V802SE.Install.nt]
  63. AddReg        = SEMCV800-V802SE.AddReg,SEMCV800-V802SE.NT.AddReg
  64. CopyFiles    = CopyFiles, CopyFiles.Win2K
  65.  
  66.  
  67. ;-----------------------------------------------------------------------------
  68. ;  Registry
  69. ;-----------------------------------------------------------------------------
  70.  
  71. ; common registry entries 
  72. [SEMCV800-V802SE.AddReg]
  73. HKR,,NTMPDriver,,v800obex.sys
  74. HKR,,OverrideDefaultPortSettings, 0x10001, 01,00,00,00
  75. HKR,,InitialBaudRate, 0x10001, 00,C2,01,00            ;115200``nitial baud rate
  76. HKR,,InitialLineControl,, "8N1"                    ;8-bits, No parity, 1 stop bit
  77.  
  78. ; only for NT...
  79. [SEMCV800-V802SE.NT.AddReg]
  80. HKR,,PortSubClass,1,01
  81. HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider"
  82.  
  83. ;-----------------------------------------------------------------------------
  84. ;  Copy lists
  85. ;-----------------------------------------------------------------------------
  86. [CopyFiles]
  87.  
  88. [CopyFiles.Win2K]
  89. v800obex.sys
  90. v800cm.sys,v800cmnt.sys
  91. v800cmnt.sys
  92.  
  93.  
  94. ;-----------------------------------------------------------------------------
  95. ;  NT Services installation
  96. ;-----------------------------------------------------------------------------
  97.  
  98. [SEMCV800-V802SE.Install.NT.Services]
  99. AddService = v800obex, 0x00000002, SEMCV800-V802SE.Install.AddService
  100.  
  101.  
  102. [SEMCV800-V802SE.Install.AddService]
  103. DisplayName    = %SEMCV800-V802SE.Service.Name%
  104. Description    = %SEMCV800-V802SE.Service.Desc%
  105. ServiceType    = 1            ;%SERVICE_KERNEL_DRIVER%
  106. StartType    = 3            ;%SERVICE_DEMAND_START%
  107. ErrorControl    = 1            ;%SERVICE_ERROR_NORMAL%    
  108. ServiceBinary    = %12%\v800obex.sys
  109.  
  110.  
  111.  
  112. ;-----------------------------------------------------------------------------
  113. ; STRINGS
  114. ;-----------------------------------------------------------------------------
  115. [Strings]
  116.  
  117. ;<<localize the following>>
  118.  
  119. ;BEGIN ENG - US English Strings
  120.  
  121. Provider = "Sony Ericsson"
  122. Sony Ericsson = "Sony Ericsson"
  123. DiskString = "Sony Ericsson V800-Vodafone 802SE USB WMC OBEX Interface installation disk"
  124.  
  125. SEMCV800-V802SE.Comm.Desc = "Sony Ericsson V800-Vodafone 802SE USB WMC OBEX Interface"
  126. SEMCV800-V802SE.Service.Name = "Sony Ericsson V800-Vodafone 802SE USB WMC OBEX Interface"
  127. SEMCV800-V802SE.Service.Desc = "Sony Ericsson V800-Vodafone 802SE USB WMC OBEX Interface"
  128.  
  129.  
  130. CustomerDataPath = "Sony Ericsson V800-Vodafone 802SE"
  131. DriverSet = "Sony Ericsson V800-Vodafone 802SE Software"
  132. UninstallFile = "V800Uninstall.exe"
  133. McciOptions = "Uninstallable"
  134.  
  135.  
  136. ;END ENG - US English Strings
  137.  
  138. ;-----------------------------------------------------------------------------
  139. ; The following are symbolic constants which don't change per locale.
  140. ;-----------------------------------------------------------------------------
  141.  
  142.  
  143. ;*** end of file ***
  144.